header {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2800);
}
.header_cen {
  padding: 0px 50px 0px;
  /*padding: 38px 50px 22px;*/
  /* padding: 38px 73px 22px 48px; */
  width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header_r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 38px 0px 22px;
}
.inpBox {
  margin-top: -12px;
  width: 164px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}
.inpBox img {
  width: 13px;
}
.inpBox input {
  /* flex: 1; */
  width: 126px;
  /* padding: 0 10px; */
  font-size: 16px;
  line-height: 24px;
  border: 0;
  /* margin-right: 20px; */
  outline: none;
  height: 24px;
}

.tags {
  display: flex;
  align-items: center;
   /*margin-top: 10px;*/
}
.tags_item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #313131;
}
.showMessBox {
  padding-top: 46px;
  position: absolute;
  top: 0;
  z-index: 9;
}
.tags_item:hover .showMess {
  display: block;
}
.tags_item .showMess {
  display: none;
  font-size: 14px;
  font-weight: normal;
  color: #535353;
  line-height: 28px;
  white-space:nowrap;
  padding: 3px 24px;
  background: #FFFFFF;
  border: 2px solid #D2D2D2;
  border-radius: 15px;
}
.trangle {
  /* position: absolute;
  top: 30px; */
  margin: -10px auto 0;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: 2px solid #D2D2D2;
  border-left-width: 0;
  border-bottom-width: 0;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);

  /* width: 0px;
  height: 0px;
  border: 5px solid #000;
  border-top-color: red;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent; */
}
.tags_item img {
  /* display: none; */
  width: 6px;
  margin-right: 7px;
  margin-left: 7px;
  z-index: -1;
}
.tags_item span a{
  color: #313131;
}
.showMessBox .showMess p a{
  color: #313131;
}
.active img {
  display: block;
  /* width: 9px;
  margin-right: 12px;
  margin-left: 12px; */
  z-index: 1;
}
.logo {
  cursor: pointer;
  padding: 8px 0;
}
.logo img {
  /*width: 416px;*/
  /*height: 41px;*/
  height: 89px;
  float: left;
}
@media screen and (max-width: 600px) {
  header {
    width: 1380px;
  }
}